home *** CD-ROM | disk | FTP | other *** search
- lib c++/answerbook
- for code from Hansen's C++ Answers book
- by Tony L. Hansen
- ref "The C++ Answer Book", Addison-Wesley, 1990, ISBN 0-302-11497-6
-
- lib c++/idioms
- for code from Coplien's, "Advanced C++ Programming Styles and Idioms"
- by James O. Coplien
- ref "Advanced C++ Programming Styles and Idioms", Addison-Wesley, 1992, ISBN 0-201-54855-0
-
- file c++/brent_cc.shar
- for Brent's univariate minimizer and zero finder.
- by Oleg Kiselyov <oleg@ponder.csci.unt.edu, oleg@unt.edu>
- ref G.Forsythe, M.Malcolm, C.Moler, Computer methods for
- # mathematical computations.
- prec double
- see c++/serv_cc.shar
-
- file c++/fft.shar
- for Radix-2 Fast Fourier Transform
- by Oleg Kiselyov <oleg@ponder.csci.unt.edu, oleg@unt.edu>
- prec single/double
- see c++/lin_alg.shar, c++/serv_cc.shar
-
- file c++/hl_vector.shar
- for High level vector operations
- # Contains the Aitken-Lagrange interpolation over the table of uniform or
- # arbitrary mesh, and the Hook-Jeevse multidimensional minimizer.
- by Oleg Kiselyov <oleg@ponder.csci.unt.edu, oleg@unt.edu>
- prec single/double
- see c++/lin_alg.shar, c++/serv_cc.shar
-
- file c++/lin_alg.shar
- for basic linear algebra classes
- by Oleg Kiselyov <oleg@ponder.csci.unt.edu, oleg@unt.edu>
- prec single/double
- see c++/serv_cc.shar
-
- file c++/serv_cc.shar
- for a couple of functions that ought to be in the standard
- # C++ environment;
- # - Updated G++ class File that allows now for the file name to
- # include pipes, say,
- # File in_file("zcat aaa.Z |","r");
- # - Resource facility, or managing global "private" parameters
- # that specify various program "options". It helps keep
- # reasonable number of arguments in function calls.
- by Oleg Kiselyov <oleg@ponder.csci.unt.edu, oleg@unt.edu>
-
-